What do we call this operator => [closed]

Posted by runrunraygun on Stack Overflow See other posts from Stack Overflow or by runrunraygun
Published on 2010-03-31T11:16:51Z Indexed on 2010/03/31 11:23 UTC
Read the original article Hit count: 346

Filed under:
|
|
|
|

Possible Duplicate:
How do I pronounce “=>” as used in lambda expressions in .Net

=>

as in

Enumerable.Range(0, 100).OrderBy(i => i)

What is it called?

I've taken to calling it "Lambda", was wondering if there is a proper name for it.

© Stack Overflow or respective owner

Related posts about c#

Related posts about LINQ